home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-07-27 | 690 b | 23 lines | [TEXT/MPS ] |
- /***********************************************************************/
- /*
- /* get_read_flags.h
- /* by Atul Butte
- /* Copyright ⌐ 1989 by Microsoft Corporation
- /* All Rights Reserved
- /*
- /* version 1.0
- /*
- /*
- /* This module provides a routine which will set the configuration
- /* flags.
- /*
- /***********************************************************************/
-
- /***********************************************************************/
- /*
- /* P R O T O T Y P E S
- /*
- /***********************************************************************/
-
- void get_read_flags( char *psz, Boolean *pfEcho, Boolean *pfEdit, Boolean *pfStripLF, Boolean *pfStrip8Bit, Boolean *pfAddLF, Boolean *pfIgnore );
-